projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9000684
)
On MSDOS, don't assume that `make-frame' is only bound under an X
author
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jun 1996 21:20:18 +0000
(21:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 10 Jun 1996 21:20:18 +0000
(21:20 +0000)
emulator; use `x-create-frame' instead.
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 789f374378de2df8eae158448891f6e77c775d67..f4da8db88543b9486655ece52277d21d4371f26d 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-179,7
+179,7
@@
(substring name (match-end 0)))))
(if (memq system-type '(ms-dos windows-nt))
(setq name (expand-file-name
- (if (fboundp '
mak
e-frame) "DOC-X" "DOC") "../etc"))
+ (if (fboundp '
x-creat
e-frame) "DOC-X" "DOC") "../etc"))
(setq name (concat (expand-file-name "../etc/DOC-") name))
(if (file-exists-p name)
(delete-file name))